Skip to content

docs: translate CodeSandbox button section#1462

Merged
lumirlumir merged 2 commits intomainfrom
docs/translate-codesandbox-button
Feb 16, 2026
Merged

docs: translate CodeSandbox button section#1462
lumirlumir merged 2 commits intomainfrom
docs/translate-codesandbox-button

Conversation

@lumirlumir
Copy link
Collaborator

@lumirlumir lumirlumir commented Feb 16, 2026

This pull request focuses on improving the consistency and clarity of Korean translations in both UI components and documentation, especially regarding React state management terminology. The main changes standardize the use of terms like "State", "Reducer", and "Action" by capitalizing them and updating related explanations, making the documentation more accurate and easier to follow for Korean readers. Additionally, some UI button labels and tooltips are localized for better user experience.

UI Localization Improvements:

  • Updated button tooltips and labels in Sandpack-related components to use more accurate and user-friendly Korean translations, such as changing "Clear" to "초기화" and providing clearer descriptions for actions like downloading or opening in CodeSandbox. [1] [2] [3]

Documentation Consistency and Clarity:

  • Standardized the translation of core React terms by capitalizing "State", "Reducer", and "Action" throughout the extracting-state-logic-into-a-reducer.md guide, ensuring these concepts are clearly distinguished and consistently presented. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]

  • Improved explanations and section headings in the reducer documentation to align with the updated terminology, making the learning path clearer for readers. [1] [2] [3] [4] [5] [6]

These changes enhance both the usability of the UI for Korean users and the educational quality of the documentation for those learning about state management in React.

Copilot AI review requested due to automatic review settings February 16, 2026 04:41
@vercel
Copy link

vercel bot commented Feb 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ko-react-dev Building Building Preview, Comment Feb 16, 2026 4:50am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
ko-legacy-reactjs-org Ignored Ignored Preview Feb 16, 2026 4:50am

Request Review

@github-actions
Copy link

github-actions bot commented Feb 16, 2026

Size changes

Details

📦 Next.js Bundle Analysis for undefined

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 110.18 KB (🟡 +1 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates Korean translations in the React documentation, focusing on standardizing the capitalization of React terminology (State, Reducer, Action, Hook) and translating UI button labels in the Sandpack code editor components. While the PR title mentions only "CodeSandbox button section," the changes include comprehensive terminology updates throughout the extracting-state-logic-into-a-reducer.md documentation file.

Changes:

  • Standardized capitalization of React terminology from lowercase (state, reducer, action, hook) to capitalized forms (State, Reducer, Action, Hook) throughout the reducer documentation
  • Translated button titles and labels in Sandpack components (OpenInCodeSandboxButton, DownloadButton, ClearButton) to Korean
  • Updated markdown formatting (e.g., if/else to if/else with backticks for consistency)

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
src/content/learn/extracting-state-logic-into-a-reducer.md Comprehensive terminology capitalization update from lowercase to uppercase for React concepts (state→State, reducer→Reducer, action→Action, hook→Hook), plus minor formatting improvements
src/components/MDX/Sandpack/OpenInCodeSandboxButton.tsx Translated button title from "Open in CodeSandbox" to "CodeSandbox에서 편집합니다"
src/components/MDX/Sandpack/DownloadButton.tsx Translated button title from "Download Sandbox" to "샌드박스를 다운로드합니다"
src/components/MDX/Sandpack/ClearButton.tsx Translated button title to "모든 편집 내용을 지우고 샌드박스를 다시 로딩합니다" and label from "Clear" to "초기화"

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@lumirlumir lumirlumir merged commit 4552962 into main Feb 16, 2026
6 checks passed
@lumirlumir lumirlumir deleted the docs/translate-codesandbox-button branch February 16, 2026 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments